-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(avoid-inline-spacing): add spacing threshold #3533
Conversation
}); | ||
}); | ||
|
||
(isIE11 ? xit : it)('is false when `initial` (meaning `normal`) is used along with !important', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the parenthesis meaning, super helpful.
assert.isNull(checkContext._data); | ||
}); | ||
|
||
(isIE11 ? xit : it)('is false when below 1.5em and !important', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this IE skip?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beat me... IE reported the value as 0.19. Guess IE just cannot count. Didn't think it worth debugging since we're pulling IE soon.
test/integration/rules/avoid-inline-spacing/avoid-inline-spacing.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Steven Lambert <[email protected]>
The cheese grater is in the way! | ||
</p> | ||
|
||
<!-- CSS keywords --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't add "initial", since IE chokes on that. It's covered by unit tests anyway.
Closes issue: #3467